home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Windows marzen / Macro ToolsWorks 6.31 / tworks.exe / Samples / Activate or run Notepad.mcr next >
Text File  |  2003-06-12  |  322b  |  12 lines

  1. <#> 
  2. <#> Sample: Activate Notepad window if Notepad is running or
  3. <#> start it if it is not running yet.
  4. <#> 
  5. <cmds>
  6. <me_error_nodisplay>
  7. <actwin>("mw[[  ]] mc[[ Notepad ]] cw[[  ]] cc[[  ]] ",0,0,"no")
  8. <if_str>("_vErr!=NO")
  9.    <me_error_clear>
  10.    <execappex>("Notepad.exe","","",0,0)
  11. <endif>
  12. <me_error_display>